Skip to content

[pull] canary from vercel:canary#1057

Merged
pull[bot] merged 2 commits into
code:canaryfrom
vercel:canary
May 19, 2026
Merged

[pull] canary from vercel:canary#1057
pull[bot] merged 2 commits into
code:canaryfrom
vercel:canary

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 19, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

### What?

Adds a repo-local `$create-pr` skill for turning local changes into
draft pull requests, and links it from the Specialized Skills section in
`AGENTS.md`.

### Why?

This captures the branch, commit, push, and PR creation workflow for
future agents, including the Next.js PR body format and Codex app Git
directives.

### How?

Adds `.agents/skills/create-pr/SKILL.md` with a concise step-by-step
workflow and updates `AGENTS.md` with a one-line `$create-pr` reference.

<!-- NEXT_JS_LLM_PR -->
### What?

Routes server-inserted HTML rendering through the app-render stream-ops
Fizz helpers instead of calling `renderToReadableStream` directly.

### Why?

This lets server-inserted HTML use Node streams when
`__NEXT_USE_NODE_STREAMS` is enabled, matching the runtime stream
selection used elsewhere in app render.

### How?

Imports `renderToNodeFizzStream`, `renderToWebFizzStream`, and
`streamToString` from `./stream-ops`, then selects the appropriate Fizz
renderer based on `process.env.__NEXT_USE_NODE_STREAMS` while preserving
the existing progressive chunk size.


<!-- NEXT_JS_LLM_PR -->
@pull pull Bot locked and limited conversation to collaborators May 19, 2026
@pull pull Bot added the ⤵️ pull label May 19, 2026
@pull pull Bot merged commit 7f7175b into code:canary May 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant